home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / escalant / escala21.lha / escalante2.1 / images / line.im < prev    next >
Text File  |  1993-02-01  |  275b  |  7 lines

  1. #define line_width 16
  2. #define line_height 16
  3. static char line_bits[] = {
  4.    0x03, 0x00, 0x07, 0x00, 0x0e, 0x00, 0x1c, 0x00, 0x38, 0x00, 0x70, 0x00,
  5.    0xe0, 0x00, 0xc0, 0x01, 0x80, 0x03, 0x00, 0x07, 0x00, 0x0e, 0x00, 0x1c,
  6.    0x00, 0x38, 0x00, 0x70, 0x00, 0xe0, 0x00, 0xc0};
  7.